SQL Server query to count
References
Reference NO 1
http://www.w3schools.com/sql/sql_func_count.asp
Reference NO 2
http://stackoverflow.com/questions/1521605/sql-server-query-selecting-count-with-distinct
Reference NO 3
http://stackoverflow.com/questions/5381339/recursive-query-and-count-sql-server
Reference NO 4
http://dba.stackexchange.com/questions/22148/single-query-to-return-counts-over-different-ids-in-a-single-record
Reference NO 5
http://blog.sqlauthority.com/2011/03/08/sql-server-difference-between-countdistinct-vs-countall/
Reference NO 6
http://blog.sqlauthority.com/2009/08/21/sql-server-get-query-plan-along-with-query-text-and-execution-count/
Reference NO 7
http://www.sqlservercentral.com/Forums/FindPost694362.aspx
Reference NO 8
#EANF#
Saturday, 31 August 2013
C++ put a struct in shared memory
C++ put a struct in shared memory
References
Reference NO 1
http://stackoverflow.com/questions/13643722/c-put-a-struct-in-shared-memory
Reference NO 2
http://www.dreamincode.net/forums/topic/193504-shared-memory-with-struct/
Reference NO 3
http://bytes.com/topic/c/answers/818497-question-about-struct-shared-memory-c-linux
Reference NO 4
http://www.cplusplus.com/forum/unices/70064/
Reference NO 5
http://www.drdobbs.com/creating-stl-containers-in-shared-memory/184401639
Reference NO 6
http://www.cprogramming.com/tutorial/lesson7.html
Reference NO 7
http://e2e.ti.com/support/embedded/f/355/t/36013.aspx
Reference NO 8
http://forums.opensuse.org/english/other-forums/development/programming-scripting/417231-shared-memory-c.html
References
Reference NO 1
http://stackoverflow.com/questions/13643722/c-put-a-struct-in-shared-memory
Reference NO 2
http://www.dreamincode.net/forums/topic/193504-shared-memory-with-struct/
Reference NO 3
http://bytes.com/topic/c/answers/818497-question-about-struct-shared-memory-c-linux
Reference NO 4
http://www.cplusplus.com/forum/unices/70064/
Reference NO 5
http://www.drdobbs.com/creating-stl-containers-in-shared-memory/184401639
Reference NO 6
http://www.cprogramming.com/tutorial/lesson7.html
Reference NO 7
http://e2e.ti.com/support/embedded/f/355/t/36013.aspx
Reference NO 8
http://forums.opensuse.org/english/other-forums/development/programming-scripting/417231-shared-memory-c.html
How can I adjust parameters for image processing algorithm in an efficient way?
How can I adjust parameters for image processing algorithm in an efficient
way?
References
Reference NO 1
http://stackoverflow.com/questions/13644010/how-can-i-adjust-parameters-for-image-processing-algorithm-in-an-efficient-way
Reference NO 2
http://en.wikipedia.org/wiki/List_of_algorithms
Reference NO 3
http://live.ece.utexas.edu/publications/2012/am_spie_2012.pdf
Reference NO 4
http://developer.apple.com/library/ios/documentation/graphicsimaging/Conceptual/CoreImaging/ci_tasks/ci_tasks.html
Reference NO 5
http://www.ams.org/samplings/feature-column/fcarc-image-compression
Reference NO 6
http://users.soe.ucsc.edu/~milanfar/publications/journal/superres_TIP.pdf
Reference NO 7
http://citeseer.uark.edu:8080/citeseerx/showciting;jsessionid=1181CCD63297E7C9327EA768BD5FC3D9?cid=8212
Reference NO 8
http://glorfindel.mavrinac.com/~aaron/school/pdf/chetverikov02_tricp.pdf
way?
References
Reference NO 1
http://stackoverflow.com/questions/13644010/how-can-i-adjust-parameters-for-image-processing-algorithm-in-an-efficient-way
Reference NO 2
http://en.wikipedia.org/wiki/List_of_algorithms
Reference NO 3
http://live.ece.utexas.edu/publications/2012/am_spie_2012.pdf
Reference NO 4
http://developer.apple.com/library/ios/documentation/graphicsimaging/Conceptual/CoreImaging/ci_tasks/ci_tasks.html
Reference NO 5
http://www.ams.org/samplings/feature-column/fcarc-image-compression
Reference NO 6
http://users.soe.ucsc.edu/~milanfar/publications/journal/superres_TIP.pdf
Reference NO 7
http://citeseer.uark.edu:8080/citeseerx/showciting;jsessionid=1181CCD63297E7C9327EA768BD5FC3D9?cid=8212
Reference NO 8
http://glorfindel.mavrinac.com/~aaron/school/pdf/chetverikov02_tricp.pdf
How to check if js code is running on node server or on the client
How to check if js code is running on node server or on the client
References
Reference NO 1
http://stackoverflow.com/questions/13644303/how-to-check-if-js-code-is-running-on-node-server-or-on-the-client
Reference NO 2
http://timetler.com/2012/10/13/environment-detection-in-javascript/
Reference NO 3
http://sebastianpatten.wordpress.com/2011/12/13/node-sharing-javascript-code-between-client-and-server/
Reference NO 4
http://howtonode.org/
Reference NO 5
http://engineering.linkedin.com/nodejs/blazing-fast-nodejs-10-performance-tips-linkedin-mobile
Reference NO 6
http://brianstoner.com/blog/testing-in-nodejs-with-mocha/
Reference NO 7
https://github.com/sockjs/sockjs-client
Reference NO 8
https://www.twilio.com/blog/2013/04/introduction-to-twilio-client-with-node-js.html
References
Reference NO 1
http://stackoverflow.com/questions/13644303/how-to-check-if-js-code-is-running-on-node-server-or-on-the-client
Reference NO 2
http://timetler.com/2012/10/13/environment-detection-in-javascript/
Reference NO 3
http://sebastianpatten.wordpress.com/2011/12/13/node-sharing-javascript-code-between-client-and-server/
Reference NO 4
http://howtonode.org/
Reference NO 5
http://engineering.linkedin.com/nodejs/blazing-fast-nodejs-10-performance-tips-linkedin-mobile
Reference NO 6
http://brianstoner.com/blog/testing-in-nodejs-with-mocha/
Reference NO 7
https://github.com/sockjs/sockjs-client
Reference NO 8
https://www.twilio.com/blog/2013/04/introduction-to-twilio-client-with-node-js.html
Can I extract an object going over WCF before it goes so that I can manipulate it first
Can I extract an object going over WCF before it goes so that I can
manipulate it first
References
Reference NO 1
http://stackoverflow.com/questions/13644656/can-i-extract-an-object-going-over-wcf-before-it-goes-so-that-i-can-manipulate-i
Reference NO 2
http://msdn.microsoft.com/en-us/library/orm-9780596520281-01-14.aspx
Reference NO 3
http://msdn.microsoft.com/en-us/magazine/ee335699.aspx
Reference NO 4
http://msdn.microsoft.com/en-us/library/dd203052.aspx
Reference NO 5
http://www.packtpub.com/article/implementing-wcf-service-real-world
Reference NO 6
http://forums.asp.net/t/1772347.aspx/1
Reference NO 7
http://zianet.dk/blog/category/microsoft/wcf/
Reference NO 8
http://www.brainhzconsulting.com/tag/wcf/
manipulate it first
References
Reference NO 1
http://stackoverflow.com/questions/13644656/can-i-extract-an-object-going-over-wcf-before-it-goes-so-that-i-can-manipulate-i
Reference NO 2
http://msdn.microsoft.com/en-us/library/orm-9780596520281-01-14.aspx
Reference NO 3
http://msdn.microsoft.com/en-us/magazine/ee335699.aspx
Reference NO 4
http://msdn.microsoft.com/en-us/library/dd203052.aspx
Reference NO 5
http://www.packtpub.com/article/implementing-wcf-service-real-world
Reference NO 6
http://forums.asp.net/t/1772347.aspx/1
Reference NO 7
http://zianet.dk/blog/category/microsoft/wcf/
Reference NO 8
http://www.brainhzconsulting.com/tag/wcf/
rounded corners cropping
rounded corners cropping
References
Reference NO 1
http://www.cutmypic.com/
Reference NO 2
http://www.dpreview.com/forums/thread/2991171
Reference NO 3
http://www.tricky-photoshop.com/round-edges-crop/
Reference NO 4
http://answers.yahoo.com/question/index?qid=20090525135007AAi78pG
Reference NO 5
http://forums.adobe.com/thread/620307
Reference NO 6
http://www.photoshopforums.com/cropping-rounded-corners-off-image-vt23363.html
Reference NO 7
#EANF#
Reference NO 8
http://www.devppl.com/forum/rounded-corner-crop-in-ps-cs2-how-vt2472.html
References
Reference NO 1
http://www.cutmypic.com/
Reference NO 2
http://www.dpreview.com/forums/thread/2991171
Reference NO 3
http://www.tricky-photoshop.com/round-edges-crop/
Reference NO 4
http://answers.yahoo.com/question/index?qid=20090525135007AAi78pG
Reference NO 5
http://forums.adobe.com/thread/620307
Reference NO 6
http://www.photoshopforums.com/cropping-rounded-corners-off-image-vt23363.html
Reference NO 7
#EANF#
Reference NO 8
http://www.devppl.com/forum/rounded-corner-crop-in-ps-cs2-how-vt2472.html
Request.ClientCertificate.Subject Does not request data all the time?
Request.ClientCertificate.Subject Does not request data all the time?
References
Reference NO 1
http://stackoverflow.com/questions/13645299/request-clientcertificate-subject-does-not-request-data-all-the-time
Reference NO 2
http://stackoverflow.com/questions/13648138/blocking-all-http-requests-if-digital-certificate-is-not-present
Reference NO 3
http://www.piclist.com/techref/language/asp/OBJ/ref_vbom_reqoccc.htm
Reference NO 4
http://www.zytrax.com/tech/survival/ssl.html
Reference NO 5
http://www.asp.net/web-api/overview/security/working-with-ssl-in-web-api
Reference NO 6
http://technet.microsoft.com/en-us/library/cc783349(v=ws.10).aspx
Reference NO 7
http://technet.microsoft.com/en-us/library/cc776447(v=ws.10).aspx
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13645299/request-clientcertificate-subject-does-not-request-data-all-the-time
Reference NO 2
http://stackoverflow.com/questions/13648138/blocking-all-http-requests-if-digital-certificate-is-not-present
Reference NO 3
http://www.piclist.com/techref/language/asp/OBJ/ref_vbom_reqoccc.htm
Reference NO 4
http://www.zytrax.com/tech/survival/ssl.html
Reference NO 5
http://www.asp.net/web-api/overview/security/working-with-ssl-in-web-api
Reference NO 6
http://technet.microsoft.com/en-us/library/cc783349(v=ws.10).aspx
Reference NO 7
http://technet.microsoft.com/en-us/library/cc776447(v=ws.10).aspx
Reference NO 8
#EANF#
Customized form of EasyAPNS does not send Push Notification
Customized form of EasyAPNS does not send Push Notification
References
Reference NO 1
http://stackoverflow.com/questions/13645624/customized-form-of-easyapns-does-not-send-push-notification
Reference NO 2
http://stackoverflow.com/questions/12703267/how-to-push-newsstand-notification-by-using-easyapns
Reference NO 3
http://www.easyapns.com/php-source
Reference NO 4
http://www.coronalabs.com/blog/2011/12/21/push-notifications-for-ios-in-corona-sdk/
Reference NO 5
http://developer.appcelerator.com/questions/tag/push
Reference NO 6
https://blog.serverdensity.com/how-to-build-an-apple-push-notification-provider-server-tutorial/
Reference NO 7
http://www.ludoviclecerf.com/blog/2011/04/18/apple-easyapns-pour-wordpress-un-plugin-de-notifications-push-sur-iphone-ipad
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13645624/customized-form-of-easyapns-does-not-send-push-notification
Reference NO 2
http://stackoverflow.com/questions/12703267/how-to-push-newsstand-notification-by-using-easyapns
Reference NO 3
http://www.easyapns.com/php-source
Reference NO 4
http://www.coronalabs.com/blog/2011/12/21/push-notifications-for-ios-in-corona-sdk/
Reference NO 5
http://developer.appcelerator.com/questions/tag/push
Reference NO 6
https://blog.serverdensity.com/how-to-build-an-apple-push-notification-provider-server-tutorial/
Reference NO 7
http://www.ludoviclecerf.com/blog/2011/04/18/apple-easyapns-pour-wordpress-un-plugin-de-notifications-push-sur-iphone-ipad
Reference NO 8
#EANF#
Shortcut key to Toggle Results Pane SQL Editor Visual Studio 2012
Shortcut key to Toggle Results Pane SQL Editor Visual Studio 2012
References
Reference NO 1
http://stackoverflow.com/questions/13645955/shortcut-key-to-toggle-results-pane-sql-editor-visual-studio-2012
Reference NO 2
http://technet.microsoft.com/en-us/library/ms174205.aspx
Reference NO 3
http://technet.microsoft.com/en-us/library/aa216992(v=sql.80).aspx
Reference NO 4
http://www.veodin.com/visual-studio-2012-shortcuts/
Reference NO 5
http://sqlblog.com/blogs/aaron_bertrand/archive/2011/07/14/sql-server-v-next-denali-getting-ctrl-r-to-work-again.aspx
Reference NO 6
http://allhotkeys.com/sql_server_management_studio_hotkeys.html
Reference NO 7
http://www.dofactory.com/ShortCutKeys/ShortCutKeys.aspx
Reference NO 8
http://www.techbrainzone.com/2012_10_01_archive.html
References
Reference NO 1
http://stackoverflow.com/questions/13645955/shortcut-key-to-toggle-results-pane-sql-editor-visual-studio-2012
Reference NO 2
http://technet.microsoft.com/en-us/library/ms174205.aspx
Reference NO 3
http://technet.microsoft.com/en-us/library/aa216992(v=sql.80).aspx
Reference NO 4
http://www.veodin.com/visual-studio-2012-shortcuts/
Reference NO 5
http://sqlblog.com/blogs/aaron_bertrand/archive/2011/07/14/sql-server-v-next-denali-getting-ctrl-r-to-work-again.aspx
Reference NO 6
http://allhotkeys.com/sql_server_management_studio_hotkeys.html
Reference NO 7
http://www.dofactory.com/ShortCutKeys/ShortCutKeys.aspx
Reference NO 8
http://www.techbrainzone.com/2012_10_01_archive.html
Friday, 30 August 2013
Publish a Google Drive Website with custom Domain [closed]
Publish a Google Drive Website with custom Domain [closed]
References
Reference NO 1
http://stackoverflow.com/questions/13646334/publish-a-google-drive-website-with-custom-domain
Reference NO 2
http://stackoverflow.com/questions/16646804/custom-domain-instead-of-google-drive-com
Reference NO 3
http://productforums.google.com/d/topic/apps/b-BnBEwnYck
Reference NO 4
http://www.itworld.com/consumerization-it/340729/host-your-website-free-google-drive
Reference NO 5
http://www.labnol.org/internet/host-website-on-google-drive/28178/
Reference NO 6
http://chronicle.com/blogs/profhacker/host-a-website-on-google-drive/46737
Reference NO 7
http://code.google.com/p/google-sites-issues/issues/detail?id=67
Reference NO 8
http://www.123-reg.co.uk/support/answers/Domains/Domain-Configuration/how-do-i-point-my-domain-to-google-sites-blogger-3043/
References
Reference NO 1
http://stackoverflow.com/questions/13646334/publish-a-google-drive-website-with-custom-domain
Reference NO 2
http://stackoverflow.com/questions/16646804/custom-domain-instead-of-google-drive-com
Reference NO 3
http://productforums.google.com/d/topic/apps/b-BnBEwnYck
Reference NO 4
http://www.itworld.com/consumerization-it/340729/host-your-website-free-google-drive
Reference NO 5
http://www.labnol.org/internet/host-website-on-google-drive/28178/
Reference NO 6
http://chronicle.com/blogs/profhacker/host-a-website-on-google-drive/46737
Reference NO 7
http://code.google.com/p/google-sites-issues/issues/detail?id=67
Reference NO 8
http://www.123-reg.co.uk/support/answers/Domains/Domain-Configuration/how-do-i-point-my-domain-to-google-sites-blogger-3043/
CXF Filter or CXF Interceptor or something else?
CXF Filter or CXF Interceptor or something else?
References
Reference NO 1
http://stackoverflow.com/questions/13646617/cxf-filter-or-cxf-interceptor-or-something-else
Reference NO 2
http://stackoverflow.com/questions/16293360/cxf-infaultinterceptor-vs-outfaultinterceptor
Reference NO 3
http://armon-janu1991.blogspot.com/2013/08/cxf-filter-or-cxf-interceptor-or.html
Reference NO 4
http://cxf.apache.org/docs/service-routing.html
Reference NO 5
http://mail-archives.apache.org/mod_mbox/cxf-users/201207.mbox/%3C4FF5B4A3.1090900@gmail.com%3E
Reference NO 6
http://www.irvingc.com/posts
Reference NO 7
http://www.techper.net/2008/01/30/configuring-cxf-logging-to-go-through-log4j/
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13646617/cxf-filter-or-cxf-interceptor-or-something-else
Reference NO 2
http://stackoverflow.com/questions/16293360/cxf-infaultinterceptor-vs-outfaultinterceptor
Reference NO 3
http://armon-janu1991.blogspot.com/2013/08/cxf-filter-or-cxf-interceptor-or.html
Reference NO 4
http://cxf.apache.org/docs/service-routing.html
Reference NO 5
http://mail-archives.apache.org/mod_mbox/cxf-users/201207.mbox/%3C4FF5B4A3.1090900@gmail.com%3E
Reference NO 6
http://www.irvingc.com/posts
Reference NO 7
http://www.techper.net/2008/01/30/configuring-cxf-logging-to-go-through-log4j/
Reference NO 8
#EANF#
Elementwise Power in IT++
Elementwise Power in IT++
References
Reference NO 1
http://stackoverflow.com/questions/13646906/elementwise-power-in-it
Reference NO 2
http://sourceforge.net/p/itpp/git/ci/06ee9968210bee6ae4e74ea29f703daa5d6e528b/
Reference NO 3
http://arma.sourceforge.net/armadillo_nicta_2010.pdf
Reference NO 4
http://ceranski-dharaharsh.blogspot.com/2013/08/heroku-run-rake-assetsprecompile.html
Reference NO 5
http://bickson.blogspot.com/2011_11_01_archive.html
Reference NO 6
http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.27.6837&rep=rep1&type=ps
Reference NO 7
http://espace.library.uq.edu.au/eserv/UQ:224609/armadillo_nicta_2010.pdf
Reference NO 8
http://cboard.cprogramming.com/cplusplus-programming/106044-polynomials-adts.html
References
Reference NO 1
http://stackoverflow.com/questions/13646906/elementwise-power-in-it
Reference NO 2
http://sourceforge.net/p/itpp/git/ci/06ee9968210bee6ae4e74ea29f703daa5d6e528b/
Reference NO 3
http://arma.sourceforge.net/armadillo_nicta_2010.pdf
Reference NO 4
http://ceranski-dharaharsh.blogspot.com/2013/08/heroku-run-rake-assetsprecompile.html
Reference NO 5
http://bickson.blogspot.com/2011_11_01_archive.html
Reference NO 6
http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.27.6837&rep=rep1&type=ps
Reference NO 7
http://espace.library.uq.edu.au/eserv/UQ:224609/armadillo_nicta_2010.pdf
Reference NO 8
http://cboard.cprogramming.com/cplusplus-programming/106044-polynomials-adts.html
address search exclude special characters
address search exclude special characters
References
Reference NO 1
http://stackoverflow.com/questions/13647173/address-search-exclude-special-characters
Reference NO 2
http://stackoverflow.com/questions/7552253/how-to-remove-special-characters-from-an-string
Reference NO 3
http://pic.dhe.ibm.com/infocenter/email/v2r2m0/topic/com.ibm.content.collector.doc/data_access_help/r_afu_search_tips.htm
Reference NO 4
http://webapps.stackexchange.com/questions/23/how-can-i-search-for-a-keyword-with-special-characters-in-google-search
Reference NO 5
http://www.howto-outlook.com/howto/searchcommands.htm
Reference NO 6
http://sites.google.com/site/tomihasa/google-general-faq
Reference NO 7
http://support.microsoft.com/kb/214204
Reference NO 8
https://support.google.com/mail/answer/6593?hl=en
References
Reference NO 1
http://stackoverflow.com/questions/13647173/address-search-exclude-special-characters
Reference NO 2
http://stackoverflow.com/questions/7552253/how-to-remove-special-characters-from-an-string
Reference NO 3
http://pic.dhe.ibm.com/infocenter/email/v2r2m0/topic/com.ibm.content.collector.doc/data_access_help/r_afu_search_tips.htm
Reference NO 4
http://webapps.stackexchange.com/questions/23/how-can-i-search-for-a-keyword-with-special-characters-in-google-search
Reference NO 5
http://www.howto-outlook.com/howto/searchcommands.htm
Reference NO 6
http://sites.google.com/site/tomihasa/google-general-faq
Reference NO 7
http://support.microsoft.com/kb/214204
Reference NO 8
https://support.google.com/mail/answer/6593?hl=en
Default Entity Framework timeout
Default Entity Framework timeout
References
Reference NO 1
http://stackoverflow.com/questions/13647493/default-entity-framework-timeout
Reference NO 2
http://stackoverflow.com/questions/17049055/entity-framework-what-is-the-current-command-timeout-value
Reference NO 3
http://msdn.microsoft.com/en-us/library/system.data.objects.objectcontext.commandtimeout.aspx
Reference NO 4
http://forums.asp.net/t/next/1884849
Reference NO 5
http://joaodepaula.com/articles/context_timeout.html
Reference NO 6
http://bugs.mysql.com/67171
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13647493/default-entity-framework-timeout
Reference NO 2
http://stackoverflow.com/questions/17049055/entity-framework-what-is-the-current-command-timeout-value
Reference NO 3
http://msdn.microsoft.com/en-us/library/system.data.objects.objectcontext.commandtimeout.aspx
Reference NO 4
http://forums.asp.net/t/next/1884849
Reference NO 5
http://joaodepaula.com/articles/context_timeout.html
Reference NO 6
http://bugs.mysql.com/67171
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Dynamic Memory allocation during Transpose
Dynamic Memory allocation during Transpose
References
Reference NO 1
http://stackoverflow.com/questions/13647804/dynamic-memory-allocation-during-transpose
Reference NO 2
http://wiki.answers.com/Q/Write_a_c_program_using_dynamic_memory_allocation_to_transpose_a_matrix
Reference NO 3
http://ptolemy.eecs.berkeley.edu/ptolemyclassic/almagest/docs/prog/html/de.doc4.html
Reference NO 4
https://developer.nvidia.com/content/efficient-matrix-transpose-cuda-cc
Reference NO 5
http://cboard.cprogramming.com/c-programming/100190-question-related-dynamic-memory-allocation.html
Reference NO 6
http://www.daniweb.com/software-development/c/threads/340327/can-i-reuse-the-dynamically-allocated-memory-inside-a-function-in-main
Reference NO 7
http://www.scribd.com/doc/78922975/Dynamic-Memory-Allocation
Reference NO 8
http://ecomputernotes.com/c-program/write-a-program-to-find-transpose-of-a-matrix
References
Reference NO 1
http://stackoverflow.com/questions/13647804/dynamic-memory-allocation-during-transpose
Reference NO 2
http://wiki.answers.com/Q/Write_a_c_program_using_dynamic_memory_allocation_to_transpose_a_matrix
Reference NO 3
http://ptolemy.eecs.berkeley.edu/ptolemyclassic/almagest/docs/prog/html/de.doc4.html
Reference NO 4
https://developer.nvidia.com/content/efficient-matrix-transpose-cuda-cc
Reference NO 5
http://cboard.cprogramming.com/c-programming/100190-question-related-dynamic-memory-allocation.html
Reference NO 6
http://www.daniweb.com/software-development/c/threads/340327/can-i-reuse-the-dynamically-allocated-memory-inside-a-function-in-main
Reference NO 7
http://www.scribd.com/doc/78922975/Dynamic-Memory-Allocation
Reference NO 8
http://ecomputernotes.com/c-program/write-a-program-to-find-transpose-of-a-matrix
ADODB.Field error '800a0bcd'
ADODB.Field error '800a0bcd'
References
Reference NO 1
http://stackoverflow.com/questions/13648119/adodb-field-error-800a0bcd
Reference NO 2
http://www.dbforums.com/asp/1668325-adodb-field-error-800a0bcd.html
Reference NO 3
http://forums.aspfree.com/asp-development-5/adodb-field-error-800a0bcd-454601.html
Reference NO 4
https://forums.digitalpoint.com/threads/problem-having-adodb-field-error-800a0bcd.33873/
Reference NO 5
http://p2p.wrox.com/classic-asp-databases/48735-adodb-field-error-800a0bcd-fixed.html
Reference NO 6
http://forums.adobe.com/thread/176172
Reference NO 7
http://www.webdeveloper.com/forum/showthread.php?267553-Either-BOF-or-EOF-is-True-or-the-current-record-has-been-deleted
Reference NO 8
http://www.dmxzone.com/forum/topic/38308/
References
Reference NO 1
http://stackoverflow.com/questions/13648119/adodb-field-error-800a0bcd
Reference NO 2
http://www.dbforums.com/asp/1668325-adodb-field-error-800a0bcd.html
Reference NO 3
http://forums.aspfree.com/asp-development-5/adodb-field-error-800a0bcd-454601.html
Reference NO 4
https://forums.digitalpoint.com/threads/problem-having-adodb-field-error-800a0bcd.33873/
Reference NO 5
http://p2p.wrox.com/classic-asp-databases/48735-adodb-field-error-800a0bcd-fixed.html
Reference NO 6
http://forums.adobe.com/thread/176172
Reference NO 7
http://www.webdeveloper.com/forum/showthread.php?267553-Either-BOF-or-EOF-is-True-or-the-current-record-has-been-deleted
Reference NO 8
http://www.dmxzone.com/forum/topic/38308/
Report Designer V2.0 Custom Code Unable to pass a parameter as type Date
Report Designer V2.0 Custom Code Unable to pass a parameter as type Date
References
Reference NO 1
http://stackoverflow.com/questions/13648409/report-designer-v2-0-custom-code-unable-to-pass-a-parameter-as-type-date
Reference NO 2
http://msdn.microsoft.com/en-us/library/dd220464.aspx
Reference NO 3
http://smartbear.com/forums/
Reference NO 4
http://docs.codehaus.org/display/MAVENUSER/FAQs-1
Reference NO 5
http://ellislab.com/expressionengine/user-guide/about/changelog.html
Reference NO 6
http://developers.sugarcrm.com/docs/OS/5.5/-docs-Developer_Guides-Sugar_Developer_Guide_5.5-Chapter%202%20Application%20Framework.html
Reference NO 7
http://www3.formassembly.com/forum/
Reference NO 8
http://www.openssl.org/news/changelog.html
References
Reference NO 1
http://stackoverflow.com/questions/13648409/report-designer-v2-0-custom-code-unable-to-pass-a-parameter-as-type-date
Reference NO 2
http://msdn.microsoft.com/en-us/library/dd220464.aspx
Reference NO 3
http://smartbear.com/forums/
Reference NO 4
http://docs.codehaus.org/display/MAVENUSER/FAQs-1
Reference NO 5
http://ellislab.com/expressionengine/user-guide/about/changelog.html
Reference NO 6
http://developers.sugarcrm.com/docs/OS/5.5/-docs-Developer_Guides-Sugar_Developer_Guide_5.5-Chapter%202%20Application%20Framework.html
Reference NO 7
http://www3.formassembly.com/forum/
Reference NO 8
http://www.openssl.org/news/changelog.html
how to display the toLocaleString() in JavaScript without the GTM+?? stuff?
how to display the toLocaleString() in JavaScript without the GTM+ƒ?? stuff?
References
Reference NO 1
#EANF#
Reference NO 2
#EANF#
Reference NO 3
#EANF#
Reference NO 4
#EANF#
Reference NO 5
#EANF#
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
#EANF#
Reference NO 2
#EANF#
Reference NO 3
#EANF#
Reference NO 4
#EANF#
Reference NO 5
#EANF#
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Thursday, 29 August 2013
Float value for Swing timer?
Float value for Swing timer?
References
Reference NO 1
http://stackoverflow.com/questions/13649375/float-value-for-swing-timer
Reference NO 2
http://www.dreamincode.net/forums/topic/152813-java-user-input-floating-number/
Reference NO 3
http://zetcode.com/gfx/java2d/transparency/
Reference NO 4
http://www.coderanch.com/t/525921/open-source/java-JFreechart-compress-line-time
Reference NO 5
http://www.java2s.com/Code/Java/Swing-Components/Theclassmakesiteasytoselectanumericalvaluepossiblyfromagivenrange.htm
Reference NO 6
http://www.jfree.org/forum/viewtopic.php?f=3&t=9474
Reference NO 7
http://crystalforxpt.googlecode.com/svn-history/r31/trunk/java-test/src/com/netblizzard/jfreechart/DTSCTest.java
Reference NO 8
http://jexp.ru/index.php/Java_Tutorial/Swing/Swing_Timer
References
Reference NO 1
http://stackoverflow.com/questions/13649375/float-value-for-swing-timer
Reference NO 2
http://www.dreamincode.net/forums/topic/152813-java-user-input-floating-number/
Reference NO 3
http://zetcode.com/gfx/java2d/transparency/
Reference NO 4
http://www.coderanch.com/t/525921/open-source/java-JFreechart-compress-line-time
Reference NO 5
http://www.java2s.com/Code/Java/Swing-Components/Theclassmakesiteasytoselectanumericalvaluepossiblyfromagivenrange.htm
Reference NO 6
http://www.jfree.org/forum/viewtopic.php?f=3&t=9474
Reference NO 7
http://crystalforxpt.googlecode.com/svn-history/r31/trunk/java-test/src/com/netblizzard/jfreechart/DTSCTest.java
Reference NO 8
http://jexp.ru/index.php/Java_Tutorial/Swing/Swing_Timer
Joining mysql tables for echo via php script and cache everything
Joining mysql tables for echo via php script and cache everything
References
Reference NO 1
http://stackoverflow.com/questions/13649674/joining-mysql-tables-for-echo-via-php-script-and-cache-everything
Reference NO 2
http://stackoverflow.com/questions/1265937/displaying-results-of-a-mysql-temp-table-using-php-caching
Reference NO 3
http://stackoverflow.com/questions/9515412/caching-this-mysql-table
Reference NO 4
http://stackoverflow.com/questions/2540448/mysql-join-via-php-when-there-is-no-data-in-one-of-the-tables
Reference NO 5
http://stackoverflow.com/questions/18047489/efficient-php-caching-strategy
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13649674/joining-mysql-tables-for-echo-via-php-script-and-cache-everything
Reference NO 2
http://stackoverflow.com/questions/1265937/displaying-results-of-a-mysql-temp-table-using-php-caching
Reference NO 3
http://stackoverflow.com/questions/9515412/caching-this-mysql-table
Reference NO 4
http://stackoverflow.com/questions/2540448/mysql-join-via-php-when-there-is-no-data-in-one-of-the-tables
Reference NO 5
http://stackoverflow.com/questions/18047489/efficient-php-caching-strategy
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Sending large byte stream buffer to another process
Sending large byte stream buffer to another process
References
Reference NO 1
http://stackoverflow.com/questions/13649955/sending-large-byte-stream-buffer-to-another-process
Reference NO 2
http://msdn.microsoft.com/en-us/library/ms733742.aspx
Reference NO 3
http://www.ssfnet.org/Exchange/tcp/tcpTutorialNotes.html
Reference NO 4
http://www.cafe-encounter.net/p510/sending-large-byte-of-binary-data-through-wcf-the-simplest-approach
Reference NO 5
http://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmtunin.htm
Reference NO 6
http://www.kdgregory.com/index.php?page=java.byteBuffer
Reference NO 7
http://www.cs.utah.edu/dept/old/texinfo/glibc-manual-0.02/library_15.html
Reference NO 8
http://www.diag.com/reports/TCPWindows.html
References
Reference NO 1
http://stackoverflow.com/questions/13649955/sending-large-byte-stream-buffer-to-another-process
Reference NO 2
http://msdn.microsoft.com/en-us/library/ms733742.aspx
Reference NO 3
http://www.ssfnet.org/Exchange/tcp/tcpTutorialNotes.html
Reference NO 4
http://www.cafe-encounter.net/p510/sending-large-byte-of-binary-data-through-wcf-the-simplest-approach
Reference NO 5
http://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmtunin.htm
Reference NO 6
http://www.kdgregory.com/index.php?page=java.byteBuffer
Reference NO 7
http://www.cs.utah.edu/dept/old/texinfo/glibc-manual-0.02/library_15.html
Reference NO 8
http://www.diag.com/reports/TCPWindows.html
JSP Video Streaming (with Servlet)
JSP Video Streaming (with Servlet)
References
Reference NO 1
http://stackoverflow.com/questions/13650285/jsp-video-streaming-with-servlet
Reference NO 2
http://www.coderanch.com/t/505797/Servlets/java/vedio-streaming-servlet-jsp
Reference NO 3
http://answers.oreilly.com/topic/577-h264-video-streamingseeking-via-java-servlet/
Reference NO 4
http://www.datadisk.co.uk/html_docs/jsp/jsp_servlet.htm
Reference NO 5
http://www.theserverside.com/discussions/thread.tss?thread_id=60750
Reference NO 6
http://docs.oracle.com/cd/E16655_01/appdev.121/e28184/oracle/ord/im/OrdHttpJspResponseHandler.html
Reference NO 7
http://www.rgagnon.com/javadetails/java-0366.html
Reference NO 8
http://www.roseindia.net/answers/viewqa/JSP-Servlet/4896-video-streaming.html
References
Reference NO 1
http://stackoverflow.com/questions/13650285/jsp-video-streaming-with-servlet
Reference NO 2
http://www.coderanch.com/t/505797/Servlets/java/vedio-streaming-servlet-jsp
Reference NO 3
http://answers.oreilly.com/topic/577-h264-video-streamingseeking-via-java-servlet/
Reference NO 4
http://www.datadisk.co.uk/html_docs/jsp/jsp_servlet.htm
Reference NO 5
http://www.theserverside.com/discussions/thread.tss?thread_id=60750
Reference NO 6
http://docs.oracle.com/cd/E16655_01/appdev.121/e28184/oracle/ord/im/OrdHttpJspResponseHandler.html
Reference NO 7
http://www.rgagnon.com/javadetails/java-0366.html
Reference NO 8
http://www.roseindia.net/answers/viewqa/JSP-Servlet/4896-video-streaming.html
read javascript object properties
read javascript object properties
References
Reference NO 1
http://stackoverflow.com/questions/85992/how-do-i-enumerate-the-properties-of-a-javascript-object
Reference NO 2
http://stackoverflow.com/questions/208016/how-to-list-the-properties-of-a-javascript-object
Reference NO 3
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Working_with_Objects
Reference NO 4
http://www.quirksmode.org/js/associative.html
Reference NO 5
http://www.2ality.com/2012/10/javascript-properties.html
Reference NO 6
http://davidwalsh.name/access-object-properties
Reference NO 7
http://www.w3schools.com/js/js_objects.asp
Reference NO 8
http://javascript.info/tutorial/objects
References
Reference NO 1
http://stackoverflow.com/questions/85992/how-do-i-enumerate-the-properties-of-a-javascript-object
Reference NO 2
http://stackoverflow.com/questions/208016/how-to-list-the-properties-of-a-javascript-object
Reference NO 3
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Working_with_Objects
Reference NO 4
http://www.quirksmode.org/js/associative.html
Reference NO 5
http://www.2ality.com/2012/10/javascript-properties.html
Reference NO 6
http://davidwalsh.name/access-object-properties
Reference NO 7
http://www.w3schools.com/js/js_objects.asp
Reference NO 8
http://javascript.info/tutorial/objects
Displaying php result as link
Displaying php result as link
References
Reference NO 1
http://stackoverflow.com/questions/13650967/displaying-php-result-as-link
Reference NO 2
http://stackoverflow.com/questions/1878517/make-query-results-links-in-php
Reference NO 3
http://stackoverflow.com/questions/11786910/how-do-you-add-a-link-to-a-search-results
Reference NO 4
http://www.webmasterworld.com/php/3971339.htm
Reference NO 5
http://www.justskins.com/forums/make-query-result-into-75299.html
Reference NO 6
http://forum.statcounter.com/vb/archive/index.php/t-21342.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13650967/displaying-php-result-as-link
Reference NO 2
http://stackoverflow.com/questions/1878517/make-query-results-links-in-php
Reference NO 3
http://stackoverflow.com/questions/11786910/how-do-you-add-a-link-to-a-search-results
Reference NO 4
http://www.webmasterworld.com/php/3971339.htm
Reference NO 5
http://www.justskins.com/forums/make-query-result-into-75299.html
Reference NO 6
http://forum.statcounter.com/vb/archive/index.php/t-21342.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Compiler skipping over loop
Compiler skipping over loop
References
Reference NO 1
http://stackoverflow.com/questions/13651253/compiler-skipping-over-loop
Reference NO 2
http://gcc.gnu.org/onlinedocs/gcc-4.0.4/gcc/Optimize-Options.html
Reference NO 3
http://gcc.gnu.org/onlinedocs/gcc-4.6.4/gcc/Optimize-Options.html
Reference NO 4
http://cboard.cprogramming.com/c-programming/143734-compiler-keeps-skipping-over-scanf-statement-please-help.html
Reference NO 5
http://www.aivosto.com/vbtips/loopopt.html
Reference NO 6
http://en.wikipedia.org/wiki/Loop_optimization
Reference NO 7
http://en.wikibooks.org/wiki/Compiler_Construction/Optimization
Reference NO 8
http://coffeescript.org/
References
Reference NO 1
http://stackoverflow.com/questions/13651253/compiler-skipping-over-loop
Reference NO 2
http://gcc.gnu.org/onlinedocs/gcc-4.0.4/gcc/Optimize-Options.html
Reference NO 3
http://gcc.gnu.org/onlinedocs/gcc-4.6.4/gcc/Optimize-Options.html
Reference NO 4
http://cboard.cprogramming.com/c-programming/143734-compiler-keeps-skipping-over-scanf-statement-please-help.html
Reference NO 5
http://www.aivosto.com/vbtips/loopopt.html
Reference NO 6
http://en.wikipedia.org/wiki/Loop_optimization
Reference NO 7
http://en.wikibooks.org/wiki/Compiler_Construction/Optimization
Reference NO 8
http://coffeescript.org/
Reading a file in C
Reading a file in C
References
Reference NO 1
http://www.cs.bu.edu/teaching/c/file-io/intro/
Reference NO 2
http://www.phanderson.com/files/file_read.html
Reference NO 3
http://stackoverflow.com/questions/3463426/in-c-how-should-i-read-a-text-file-and-print-all-strings
Reference NO 4
http://www.cprogramming.com/tutorial/cfileio.html
Reference NO 5
http://www.mrx.net/c/readfunctions.html
Reference NO 6
http://www.programmingsimplified.com/c-program-read-file
Reference NO 7
http://www.codingunit.com/c-tutorial-file-io-using-text-files
Reference NO 8
http://www.cs.utah.edu/~germain/PPS/Topics/C_Language/file_IO.html
References
Reference NO 1
http://www.cs.bu.edu/teaching/c/file-io/intro/
Reference NO 2
http://www.phanderson.com/files/file_read.html
Reference NO 3
http://stackoverflow.com/questions/3463426/in-c-how-should-i-read-a-text-file-and-print-all-strings
Reference NO 4
http://www.cprogramming.com/tutorial/cfileio.html
Reference NO 5
http://www.mrx.net/c/readfunctions.html
Reference NO 6
http://www.programmingsimplified.com/c-program-read-file
Reference NO 7
http://www.codingunit.com/c-tutorial-file-io-using-text-files
Reference NO 8
http://www.cs.utah.edu/~germain/PPS/Topics/C_Language/file_IO.html
Finding height of a non-binary tree
Finding height of a non-binary tree
References
Reference NO 1
http://geekswithblogs.net/fahdsiddiqui/archive/2010/10/30/optimized-way-of-finding-a-height-of-a-tree-including.aspx
Reference NO 2
http://stackoverflow.com/questions/13476508/non-binary-tree-height
Reference NO 3
http://stackoverflow.com/questions/11925631/non-recursive-program-to-find-minimum-height-of-binary-tree
Reference NO 4
http://discuss.joelonsoftware.com/default.asp?interview.11.526183.4
Reference NO 5
http://www.coderanch.com/t/516766/Performance/java/Find-Binary-Tree-Height
Reference NO 6
http://bytes.com/topic/c/answers/222673-non-recursive-algorithm-find-height-binary-tree
Reference NO 7
http://www.geeksforgeeks.org/forums/topic/height-of-a-binary-tree-without-using-recursion/
Reference NO 8
http://penguin.ewu.edu/cscd300/Topic/BSTintro/
References
Reference NO 1
http://geekswithblogs.net/fahdsiddiqui/archive/2010/10/30/optimized-way-of-finding-a-height-of-a-tree-including.aspx
Reference NO 2
http://stackoverflow.com/questions/13476508/non-binary-tree-height
Reference NO 3
http://stackoverflow.com/questions/11925631/non-recursive-program-to-find-minimum-height-of-binary-tree
Reference NO 4
http://discuss.joelonsoftware.com/default.asp?interview.11.526183.4
Reference NO 5
http://www.coderanch.com/t/516766/Performance/java/Find-Binary-Tree-Height
Reference NO 6
http://bytes.com/topic/c/answers/222673-non-recursive-algorithm-find-height-binary-tree
Reference NO 7
http://www.geeksforgeeks.org/forums/topic/height-of-a-binary-tree-without-using-recursion/
Reference NO 8
http://penguin.ewu.edu/cscd300/Topic/BSTintro/
assembler code error
assembler code error
References
Reference NO 1
http://publib.boulder.ibm.com/infocenter/zos/v1r11/topic/com.ibm.zos.r11.asma100/asmp102093.htm
Reference NO 2
http://www.freepascal.org/docs-html/user/usersu98.html
Reference NO 3
http://users.ece.utexas.edu/~valvano/assmbly/syntax.htm
Reference NO 4
http://stackoverflow.com/questions/13652159/assembler-code-error
Reference NO 5
http://stackoverflow.com/questions/7523869/syntax-errors-in-my-assembly-code
Reference NO 6
http://stackoverflow.com/questions/17635514/oam-assembly-code-error
Reference NO 7
http://forums.codeblocks.org/index.php?topic=17835.0
Reference NO 8
http://www.codingforums.com/showthread.php?t=159430
References
Reference NO 1
http://publib.boulder.ibm.com/infocenter/zos/v1r11/topic/com.ibm.zos.r11.asma100/asmp102093.htm
Reference NO 2
http://www.freepascal.org/docs-html/user/usersu98.html
Reference NO 3
http://users.ece.utexas.edu/~valvano/assmbly/syntax.htm
Reference NO 4
http://stackoverflow.com/questions/13652159/assembler-code-error
Reference NO 5
http://stackoverflow.com/questions/7523869/syntax-errors-in-my-assembly-code
Reference NO 6
http://stackoverflow.com/questions/17635514/oam-assembly-code-error
Reference NO 7
http://forums.codeblocks.org/index.php?topic=17835.0
Reference NO 8
http://www.codingforums.com/showthread.php?t=159430
echo jQuery function in PHP as variable
echo jQuery function in PHP as variable
References
Reference NO 1
http://stackoverflow.com/questions/13652532/echo-jquery-function-in-php-as-variable
Reference NO 2
http://stackoverflow.com/questions/17629404/echo-php-variable-inside-jquery-function
Reference NO 3
http://stackoverflow.com/questions/6474212/php-variable-with-jquery-php-variable-undefined-if-using-jquery-in-head-head
Reference NO 4
http://stackoverflow.com/questions/5895822/how-can-i-echo-php-within-jquery
Reference NO 5
http://stackoverflow.com/questions/5737568/echo-jquery-in-php
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13652532/echo-jquery-function-in-php-as-variable
Reference NO 2
http://stackoverflow.com/questions/17629404/echo-php-variable-inside-jquery-function
Reference NO 3
http://stackoverflow.com/questions/6474212/php-variable-with-jquery-php-variable-undefined-if-using-jquery-in-head-head
Reference NO 4
http://stackoverflow.com/questions/5895822/how-can-i-echo-php-within-jquery
Reference NO 5
http://stackoverflow.com/questions/5737568/echo-jquery-in-php
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Wednesday, 28 August 2013
How to get installed Windows 8 store App from Desktop app without WinRT
How to get installed Windows 8 store App from Desktop app without WinRT
References
Reference NO 1
http://stackoverflow.com/questions/13652881/how-to-get-installed-windows-8-store-app-from-desktop-app-without-winrt
Reference NO 2
http://software.intel.com/en-us/articles/windows-8-store-vs-desktop-app-development
Reference NO 3
http://channel9.msdn.com/Forums/Coffeehouse/using-winRT-to-code-desktop-apps
Reference NO 4
http://iinspectable.wordpress.com/
Reference NO 5
http://www.hanselman.com/blog/HowToCallWinRTAPIsInWindows8FromCDesktopApplicationsWinRTDiagram.aspx
Reference NO 6
http://social.msdn.microsoft.com/Forums/windowsapps/en-US/a8608216-dba9-4e73-94fd-657fb25f64c5
Reference NO 7
http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2587484-winrt-desktop-app-profile
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13652881/how-to-get-installed-windows-8-store-app-from-desktop-app-without-winrt
Reference NO 2
http://software.intel.com/en-us/articles/windows-8-store-vs-desktop-app-development
Reference NO 3
http://channel9.msdn.com/Forums/Coffeehouse/using-winRT-to-code-desktop-apps
Reference NO 4
http://iinspectable.wordpress.com/
Reference NO 5
http://www.hanselman.com/blog/HowToCallWinRTAPIsInWindows8FromCDesktopApplicationsWinRTDiagram.aspx
Reference NO 6
http://social.msdn.microsoft.com/Forums/windowsapps/en-US/a8608216-dba9-4e73-94fd-657fb25f64c5
Reference NO 7
http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2587484-winrt-desktop-app-profile
Reference NO 8
#EANF#
Form freezing in c# Winforms?????????????????????????????????????????????????????????????? [closed]
Form freezing in c#
Winforms??????????????????????????????????????????????????????????????
[closed]
References
Reference NO 1
http://stackoverflow.com/questions/4795144/winform-freezes-when-i-try-to-close-it
Reference NO 2
http://stackoverflow.com/questions/1216791/winform-application-ui-hangs-during-long-running-operation
Reference NO 3
http://stackoverflow.com/questions/8843301/c-sharp-winform-freezing-on-serialport-close
Reference NO 4
http://stackoverflow.com/questions/1322401/prevent-form-from-freezing
Reference NO 5
http://stackoverflow.com/questions/17808074/setwindowshookex-and-clicking-minimize-maximize-close-buttons-on-form-freezing
Reference NO 6
http://social.msdn.microsoft.com/Forums/windows/en-US/729ee3b3-e860-43d4-95c7-8dfe3979e0d1/action?threadDisplayName=modaless-formshow-hangs-on-the-winform-thread
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Winforms??????????????????????????????????????????????????????????????
[closed]
References
Reference NO 1
http://stackoverflow.com/questions/4795144/winform-freezes-when-i-try-to-close-it
Reference NO 2
http://stackoverflow.com/questions/1216791/winform-application-ui-hangs-during-long-running-operation
Reference NO 3
http://stackoverflow.com/questions/8843301/c-sharp-winform-freezing-on-serialport-close
Reference NO 4
http://stackoverflow.com/questions/1322401/prevent-form-from-freezing
Reference NO 5
http://stackoverflow.com/questions/17808074/setwindowshookex-and-clicking-minimize-maximize-close-buttons-on-form-freezing
Reference NO 6
http://social.msdn.microsoft.com/Forums/windows/en-US/729ee3b3-e860-43d4-95c7-8dfe3979e0d1/action?threadDisplayName=modaless-formshow-hangs-on-the-winform-thread
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Can't solve a textbook example related to Java Threads
Can't solve a textbook example related to Java Threads
References
Reference NO 1
http://stackoverflow.com/questions/13653576/cant-solve-a-textbook-example-related-to-java-threads
Reference NO 2
http://stackoverflow.com/questions/12785238/java-thread-ping-pong-example
Reference NO 3
http://oreilly.com/catalog/expjava/excerpt/
Reference NO 4
http://www.onjava.com/pub/a/onjava/excerpt/jthreads3_ch6/index1.html
Reference NO 5
http://www.amazon.com/Java-Thread-Programming-Paul-Hyde/dp/0672315858
Reference NO 6
http://en.wikibooks.org/wiki/Java_Programming/Print_version
Reference NO 7
http://www.codegravity.com/blog/exception-in-thread-main-java-lang-noclassdeffounderror
Reference NO 8
http://www.buyya.com/java/Chapter14.pdf
References
Reference NO 1
http://stackoverflow.com/questions/13653576/cant-solve-a-textbook-example-related-to-java-threads
Reference NO 2
http://stackoverflow.com/questions/12785238/java-thread-ping-pong-example
Reference NO 3
http://oreilly.com/catalog/expjava/excerpt/
Reference NO 4
http://www.onjava.com/pub/a/onjava/excerpt/jthreads3_ch6/index1.html
Reference NO 5
http://www.amazon.com/Java-Thread-Programming-Paul-Hyde/dp/0672315858
Reference NO 6
http://en.wikibooks.org/wiki/Java_Programming/Print_version
Reference NO 7
http://www.codegravity.com/blog/exception-in-thread-main-java-lang-noclassdeffounderror
Reference NO 8
http://www.buyya.com/java/Chapter14.pdf
MySQL User() return only so many characters
MySQL User() return only so many characters
References
Reference NO 1
http://stackoverflow.com/questions/13654226/mysql-user-return-only-so-many-characters
Reference NO 2
http://www.codingforums.com/archive/index.php/t-43259.html
Reference NO 3
http://dev.mysql.com/doc/refman/4.1/en/server-options.html
Reference NO 4
http://dev.mysql.com/doc/refman/5.0/en/server-options.html
Reference NO 5
http://dev.mysql.com/doc/refman/5.0/en/blob.html
Reference NO 6
http://mysql-python.sourceforge.net/MySQLdb.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13654226/mysql-user-return-only-so-many-characters
Reference NO 2
http://www.codingforums.com/archive/index.php/t-43259.html
Reference NO 3
http://dev.mysql.com/doc/refman/4.1/en/server-options.html
Reference NO 4
http://dev.mysql.com/doc/refman/5.0/en/server-options.html
Reference NO 5
http://dev.mysql.com/doc/refman/5.0/en/blob.html
Reference NO 6
http://mysql-python.sourceforge.net/MySQLdb.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Bring VTK files to the web?
Bring VTK files to the web?
References
Reference NO 1
http://www.vtk.org/VTK/resources/software.html
Reference NO 2
http://stackoverflow.com/questions/13654520/bring-vtk-files-to-the-web
Reference NO 3
http://vtk.1045678.n5.nabble.com/vtk-files-on-web-td3413702.html
Reference NO 4
http://people.sc.fsu.edu/~jburkardt/data/vtk/vtk.html
Reference NO 5
http://www.bu.edu/tech/about/research/training/online-tutorials/vtk/
Reference NO 6
http://liberlocus.blogspot.com/2013/03/how-to-write-vtk-file-in-parallel.html
Reference NO 7
http://paraview.org/Wiki/images/2/20/IEEE08_Time-In-ParaView.ppt
Reference NO 8
http://sourceforge.net/projects/vtkdotnet560/files/
References
Reference NO 1
http://www.vtk.org/VTK/resources/software.html
Reference NO 2
http://stackoverflow.com/questions/13654520/bring-vtk-files-to-the-web
Reference NO 3
http://vtk.1045678.n5.nabble.com/vtk-files-on-web-td3413702.html
Reference NO 4
http://people.sc.fsu.edu/~jburkardt/data/vtk/vtk.html
Reference NO 5
http://www.bu.edu/tech/about/research/training/online-tutorials/vtk/
Reference NO 6
http://liberlocus.blogspot.com/2013/03/how-to-write-vtk-file-in-parallel.html
Reference NO 7
http://paraview.org/Wiki/images/2/20/IEEE08_Time-In-ParaView.ppt
Reference NO 8
http://sourceforge.net/projects/vtkdotnet560/files/
CG runtime linker error with cmake project (g++)
CG runtime linker error with cmake project (g++)
References
Reference NO 1
http://stackoverflow.com/questions/13654852/cg-runtime-linker-error-with-cmake-project-g
Reference NO 2
http://stackoverflow.com/questions/16355107/quoted-cmake-external-objects-path-produces-linker-error
Reference NO 3
http://stackoverflow.com/questions/16057933/how-to-let-cmake-choose-diffierent-standard-c-lib
Reference NO 4
http://stackoverflow.com/questions/16594053/cmake-reports-gcc-is-broken-where-do-i-start
Reference NO 5
http://stackoverflow.com/questions/17501683/luabind-compiling-error-occurs
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13654852/cg-runtime-linker-error-with-cmake-project-g
Reference NO 2
http://stackoverflow.com/questions/16355107/quoted-cmake-external-objects-path-produces-linker-error
Reference NO 3
http://stackoverflow.com/questions/16057933/how-to-let-cmake-choose-diffierent-standard-c-lib
Reference NO 4
http://stackoverflow.com/questions/16594053/cmake-reports-gcc-is-broken-where-do-i-start
Reference NO 5
http://stackoverflow.com/questions/17501683/luabind-compiling-error-occurs
Reference NO 6
#EANF#
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Scala: referencing companion object from a child class
Scala: referencing companion object from a child class
References
Reference NO 1
http://stackoverflow.com/questions/13655188/scala-referencing-companion-object-from-a-child-class
Reference NO 2
http://stackoverflow.com/questions/9172775/get-companion-object-of-class-by-given-generic-type-scala
Reference NO 3
http://stackoverflow.com/questions/17085219/scala-get-companion-class-in-companion-object
Reference NO 4
http://stackoverflow.com/questions/16306555/overriding-companion-object-values-and-scala-matcherror
Reference NO 5
http://stackoverflow.com/questions/17013802/access-companion-object-from-case-class-or-vice-versa-using-scala-type-macros
Reference NO 6
http://ofps.oreilly.com/titles/9780596155957/AdvancedObjectOrientedProgramming.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13655188/scala-referencing-companion-object-from-a-child-class
Reference NO 2
http://stackoverflow.com/questions/9172775/get-companion-object-of-class-by-given-generic-type-scala
Reference NO 3
http://stackoverflow.com/questions/17085219/scala-get-companion-class-in-companion-object
Reference NO 4
http://stackoverflow.com/questions/16306555/overriding-companion-object-values-and-scala-matcherror
Reference NO 5
http://stackoverflow.com/questions/17013802/access-companion-object-from-case-class-or-vice-versa-using-scala-type-macros
Reference NO 6
http://ofps.oreilly.com/titles/9780596155957/AdvancedObjectOrientedProgramming.html
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Tuesday, 27 August 2013
Set fancybox-skin to fixed size and center all images
Set fancybox-skin to fixed size and center all images
References
Reference NO 1
#EANF#
Reference NO 2
http://stackoverflow.com/questions/13655810/set-fancybox-skin-to-fixed-size-and-center-all-images
Reference NO 3
http://stackoverflow.com/questions/18204909/how-to-keep-a-fancybox-fixed-to-the-viewport-top-even-on-small-viewports
Reference NO 4
http://stackoverflow.com/questions/14897621/fancybox-inside-fancybox-setting-heights
Reference NO 5
http://fancyapps.com/
Reference NO 6
http://thewallcycling.com/originalsitedocs/wp-content/plugins/flash-album-gallery/readme.txt
Reference NO 7
http://www.pikachoose.com/how-to-fancybox/
Reference NO 8
http://themeforest.net/item/terso-responsive-wordpress-theme/2343187
References
Reference NO 1
#EANF#
Reference NO 2
http://stackoverflow.com/questions/13655810/set-fancybox-skin-to-fixed-size-and-center-all-images
Reference NO 3
http://stackoverflow.com/questions/18204909/how-to-keep-a-fancybox-fixed-to-the-viewport-top-even-on-small-viewports
Reference NO 4
http://stackoverflow.com/questions/14897621/fancybox-inside-fancybox-setting-heights
Reference NO 5
http://fancyapps.com/
Reference NO 6
http://thewallcycling.com/originalsitedocs/wp-content/plugins/flash-album-gallery/readme.txt
Reference NO 7
http://www.pikachoose.com/how-to-fancybox/
Reference NO 8
http://themeforest.net/item/terso-responsive-wordpress-theme/2343187
css content property forces a clear when set to ????
css content property forces a clear when set to ƒ??ƒ??
References
Reference NO 1
http://en.wikipedia.org/wiki/Template_talk:F/
Reference NO 2
http://nci.org.au/wp-content/uploads/2013/07/CSS3-For-Web-Designers-A-Book-Apart-2-.pdf
Reference NO 3
http://arborjs.org/
Reference NO 4
http://carnegieendowment.org/2013/05/03/china-s-military-and-u.s.-japan-alliance-in-2030-strategic-net-assessment/g1wh
Reference NO 5
http://www.webmasterworld.com/css/4317938.htm
Reference NO 6
http://www.webdav.org/deltav/WWW10/deltav-www10.pdf
Reference NO 7
http://www.asianlii.org/apec/other/agrmt/ipressocp959/
Reference NO 8
http://thedesignoffice.org/project/modern-pictograms
References
Reference NO 1
http://en.wikipedia.org/wiki/Template_talk:F/
Reference NO 2
http://nci.org.au/wp-content/uploads/2013/07/CSS3-For-Web-Designers-A-Book-Apart-2-.pdf
Reference NO 3
http://arborjs.org/
Reference NO 4
http://carnegieendowment.org/2013/05/03/china-s-military-and-u.s.-japan-alliance-in-2030-strategic-net-assessment/g1wh
Reference NO 5
http://www.webmasterworld.com/css/4317938.htm
Reference NO 6
http://www.webdav.org/deltav/WWW10/deltav-www10.pdf
Reference NO 7
http://www.asianlii.org/apec/other/agrmt/ipressocp959/
Reference NO 8
http://thedesignoffice.org/project/modern-pictograms
How can I draw text to a view in a circular pattern in Android
How can I draw text to a view in a circular pattern in Android
References
Reference NO 1
http://stackoverflow.com/questions/13656425/how-can-i-draw-text-to-a-view-in-a-circular-pattern-in-android
Reference NO 2
http://stackoverflow.com/questions/15597411/can-someone-explain-me-android-graphics-path-and-its-use-to-me
Reference NO 3
http://developer.android.com/training/custom-views/custom-drawing.html
Reference NO 4
http://www.techienjoy.com/Android-Canvas-Draw-Example.php
Reference NO 5
http://code.google.com/p/svg-android/wiki/Tutorial
Reference NO 6
http://www.vogella.com/articles/AndroidTouch/article.html
Reference NO 7
http://android.bigresource.com/Android-Draw-Circle-when-User-Touches-Screen-RlmQ0Ns4v.html
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/13656425/how-can-i-draw-text-to-a-view-in-a-circular-pattern-in-android
Reference NO 2
http://stackoverflow.com/questions/15597411/can-someone-explain-me-android-graphics-path-and-its-use-to-me
Reference NO 3
http://developer.android.com/training/custom-views/custom-drawing.html
Reference NO 4
http://www.techienjoy.com/Android-Canvas-Draw-Example.php
Reference NO 5
http://code.google.com/p/svg-android/wiki/Tutorial
Reference NO 6
http://www.vogella.com/articles/AndroidTouch/article.html
Reference NO 7
http://android.bigresource.com/Android-Draw-Circle-when-User-Touches-Screen-RlmQ0Ns4v.html
Reference NO 8
#EANF#
Android AsyncTask Can't create handler inside thread that has not called Looper.prepare()?
Android AsyncTask Can't create handler inside thread that has not called
Looper.prepare()?
References
Reference NO 1
http://stackoverflow.com/questions/11936048/android-asynctask-cant-create-handler-inside-thread-that-has-not-called-looper
Reference NO 2
http://stackoverflow.com/questions/5009816/android-cant-create-handler-inside-thread-that-has-not-called-looper-prepare
Reference NO 3
http://stackoverflow.com/questions/11936048/android-asynctask-cant-create-handler-inside-thread-that-has-not-called-looper
Reference NO 4
http://stackoverflow.com/questions/7062062/cant-create-handler-inside-thread-that-has-not-called-looper-prepare-inside-a
Reference NO 5
http://stackoverflow.com/questions/16834610/android-exceptioninitializererror-cant-create-handler-inside-thread-that-has-no
Reference NO 6
http://stackoverflow.com/questions/11936048/android-asynctask-cant-create-handler-inside-thread-that-has-not-called-looper
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Looper.prepare()?
References
Reference NO 1
http://stackoverflow.com/questions/11936048/android-asynctask-cant-create-handler-inside-thread-that-has-not-called-looper
Reference NO 2
http://stackoverflow.com/questions/5009816/android-cant-create-handler-inside-thread-that-has-not-called-looper-prepare
Reference NO 3
http://stackoverflow.com/questions/11936048/android-asynctask-cant-create-handler-inside-thread-that-has-not-called-looper
Reference NO 4
http://stackoverflow.com/questions/7062062/cant-create-handler-inside-thread-that-has-not-called-looper-prepare-inside-a
Reference NO 5
http://stackoverflow.com/questions/16834610/android-exceptioninitializererror-cant-create-handler-inside-thread-that-has-no
Reference NO 6
http://stackoverflow.com/questions/11936048/android-asynctask-cant-create-handler-inside-thread-that-has-not-called-looper
Reference NO 7
#EANF#
Reference NO 8
#EANF#
Getting warning while uploading application on Apple app store [closed]
Getting warning while uploading application on Apple app store [closed]
References
Reference NO 1
http://stackoverflow.com/questions/13657067/getting-warning-while-uploading-application-on-apple-app-store
Reference NO 2
http://developer.apple.com/library/ios/documentation/iphone/conceptual/iphoneosprogrammingguide/PerformanceTuning/PerformanceTuning.html
Reference NO 3
https://discussions.apple.com/thread/3891658?start=0&tstart=0
Reference NO 4
http://www.apple.com/legal/internet-services/itunes/us/gifts.html
Reference NO 5
http://developer.coronalabs.com/content/building-devices-iphoneipad
Reference NO 6
http://www.theregister.co.uk/2012/07/05/apple_app_store_file_corruption/
Reference NO 7
http://www.raywenderlich.com/31166/25-ios-app-performance-tips-tricks
Reference NO 8
http://community.phonegap.com/nitobi/topics/app_store_submission_application_failed_codesign_verification
References
Reference NO 1
http://stackoverflow.com/questions/13657067/getting-warning-while-uploading-application-on-apple-app-store
Reference NO 2
http://developer.apple.com/library/ios/documentation/iphone/conceptual/iphoneosprogrammingguide/PerformanceTuning/PerformanceTuning.html
Reference NO 3
https://discussions.apple.com/thread/3891658?start=0&tstart=0
Reference NO 4
http://www.apple.com/legal/internet-services/itunes/us/gifts.html
Reference NO 5
http://developer.coronalabs.com/content/building-devices-iphoneipad
Reference NO 6
http://www.theregister.co.uk/2012/07/05/apple_app_store_file_corruption/
Reference NO 7
http://www.raywenderlich.com/31166/25-ios-app-performance-tips-tricks
Reference NO 8
http://community.phonegap.com/nitobi/topics/app_store_submission_application_failed_codesign_verification
Google calender in android examples [closed]
Google calender in android examples [closed]
References
Reference NO 1
https://play.google.com/store/apps/details?id=com.google.android.calendar&hl=en
Reference NO 2
https://support.google.com/calendar/troubleshooter/2819319?hl=en
Reference NO 3
http://stackoverflow.com/questions/15438606/how-to-start-with-google-calendar-api-in-android
Reference NO 4
http://productforums.google.com/d/topic/calendar/_kHrxrgzCjA
Reference NO 5
http://code.google.com/p/google-api-java-client/source/browse/calendar-v2-atom-android-sample/src/com/google/api/client/sample/calendar/android/CalendarAndroidSample.java?repo=samples&r=f1e31c6861e04679c450e36531cf7b3bcc96ed74
Reference NO 6
http://www.techrepublic.com/blog/app-builder/programming-with-the-android-40-calendar-api-the-good-the-bad-and-the-ugly/825
Reference NO 7
http://developer.android.com/guide/topics/providers/calendar-provider.html
Reference NO 8
http://googleappsdeveloper.blogspot.com/2011/12/building-meeting-scheduler-for-android.html
References
Reference NO 1
https://play.google.com/store/apps/details?id=com.google.android.calendar&hl=en
Reference NO 2
https://support.google.com/calendar/troubleshooter/2819319?hl=en
Reference NO 3
http://stackoverflow.com/questions/15438606/how-to-start-with-google-calendar-api-in-android
Reference NO 4
http://productforums.google.com/d/topic/calendar/_kHrxrgzCjA
Reference NO 5
http://code.google.com/p/google-api-java-client/source/browse/calendar-v2-atom-android-sample/src/com/google/api/client/sample/calendar/android/CalendarAndroidSample.java?repo=samples&r=f1e31c6861e04679c450e36531cf7b3bcc96ed74
Reference NO 6
http://www.techrepublic.com/blog/app-builder/programming-with-the-android-40-calendar-api-the-good-the-bad-and-the-ugly/825
Reference NO 7
http://developer.android.com/guide/topics/providers/calendar-provider.html
Reference NO 8
http://googleappsdeveloper.blogspot.com/2011/12/building-meeting-scheduler-for-android.html
Contact us form in Magento does not work when called from a lightbox
Contact us form in Magento does not work when called from a lightbox
References
Reference NO 1
http://stackoverflow.com/questions/4359366/contact-form-in-a-lightbox
Reference NO 2
http://stackoverflow.com/questions/11763832/how-to-get-the-built-in-contact-form-working-in-a-cms-page-in-magento
Reference NO 3
http://www.magentocommerce.com/magento-connect/jquery-lightboxes-fancybox-pirobox-etc.html
Reference NO 4
http://phprelated.myworks.ro/prettyphoto-lightbox-configuration-and-usage-examples/
Reference NO 5
http://blog.magikcommerce.com/how-to-add-lightbox-to-magento-theme/
Reference NO 6
http://themeforest.net/item/fortis-flexible-magento-theme/discussion/1744309?page=3
Reference NO 7
http://www.packtpub.com/article/magento-1-4-theming-making-our-theme-shine
Reference NO 8
#EANF#
References
Reference NO 1
http://stackoverflow.com/questions/4359366/contact-form-in-a-lightbox
Reference NO 2
http://stackoverflow.com/questions/11763832/how-to-get-the-built-in-contact-form-working-in-a-cms-page-in-magento
Reference NO 3
http://www.magentocommerce.com/magento-connect/jquery-lightboxes-fancybox-pirobox-etc.html
Reference NO 4
http://phprelated.myworks.ro/prettyphoto-lightbox-configuration-and-usage-examples/
Reference NO 5
http://blog.magikcommerce.com/how-to-add-lightbox-to-magento-theme/
Reference NO 6
http://themeforest.net/item/fortis-flexible-magento-theme/discussion/1744309?page=3
Reference NO 7
http://www.packtpub.com/article/magento-1-4-theming-making-our-theme-shine
Reference NO 8
#EANF#
kinetic js clone is not a function
kinetic js clone is not a function
References
Reference NO 1
http://stackoverflow.com/questions/13658045/kinetic-js-clone-is-not-a-function
Reference NO 2
http://stackoverflow.com/questions/17158223/kineticjs-on-not-working-on-cloned-shape
Reference NO 3
https://github.com/ericdrowell/KineticJS/pull/41
Reference NO 4
http://kineticjs.com/docs/Kinetic.Node.html
Reference NO 5
http://kineticjs.com/docs/Kinetic.Stage.html
Reference NO 6
http://questiontrack.com/kineticjs-.on-not-working-on-cloned-shape-1052781.html
Reference NO 7
http://forums.greensock.com/topic/7016-animating-kineticjs-objects/
Reference NO 8
http://www.netmagazine.com/tutorials/create-game-kineticjs
References
Reference NO 1
http://stackoverflow.com/questions/13658045/kinetic-js-clone-is-not-a-function
Reference NO 2
http://stackoverflow.com/questions/17158223/kineticjs-on-not-working-on-cloned-shape
Reference NO 3
https://github.com/ericdrowell/KineticJS/pull/41
Reference NO 4
http://kineticjs.com/docs/Kinetic.Node.html
Reference NO 5
http://kineticjs.com/docs/Kinetic.Stage.html
Reference NO 6
http://questiontrack.com/kineticjs-.on-not-working-on-cloned-shape-1052781.html
Reference NO 7
http://forums.greensock.com/topic/7016-animating-kineticjs-objects/
Reference NO 8
http://www.netmagazine.com/tutorials/create-game-kineticjs
Wordpress custom css in menu to show image when there will be sub-menu
Wordpress custom css in menu to show image when there will be sub-menu
References
Reference NO 1
http://stackoverflow.com/questions/13658361/wordpress-custom-css-in-menu-to-show-image-when-there-will-be-sub-menu
Reference NO 2
http://wordpress.org/support/topic/arrow-indicators-on-nav-menu-dropdowns
Reference NO 3
http://cssmenumaker.com/blog/wordpress-3-drop-down-menu-tutorial
Reference NO 4
http://wpmu.org/wordpress-menu-images/
Reference NO 5
http://wpmegamenu.com/help/
Reference NO 6
http://www.revisionheat.com/wp-content/plugins/wp-uber-menu/help/help.html
Reference NO 7
http://en.forums.wordpress.com/topic/customizing-mobile-site
Reference NO 8
http://diythemes.com/thesis/rtfm/styling-thesis-wordpress-nav-menus-css/
References
Reference NO 1
http://stackoverflow.com/questions/13658361/wordpress-custom-css-in-menu-to-show-image-when-there-will-be-sub-menu
Reference NO 2
http://wordpress.org/support/topic/arrow-indicators-on-nav-menu-dropdowns
Reference NO 3
http://cssmenumaker.com/blog/wordpress-3-drop-down-menu-tutorial
Reference NO 4
http://wpmu.org/wordpress-menu-images/
Reference NO 5
http://wpmegamenu.com/help/
Reference NO 6
http://www.revisionheat.com/wp-content/plugins/wp-uber-menu/help/help.html
Reference NO 7
http://en.forums.wordpress.com/topic/customizing-mobile-site
Reference NO 8
http://diythemes.com/thesis/rtfm/styling-thesis-wordpress-nav-menus-css/
Whats the most effective way to swap html output
Whats the most effective way to swap html output
References
Reference NO 1
http://www.cs.utsa.edu/~wagner/CS2213/swap/swap.html
Reference NO 2
http://alloutput.com/guitar/5-way-switches-explained/
Reference NO 3
http://oreilly.com/catalog/spt2/chapter/ch04.html
Reference NO 4
http://www.image-line.com/support/FLHelp/html/envsettings_audio.htm
Reference NO 5
http://www.ladyada.net/learn/arduino/lesson5.html
Reference NO 6
http://www.phptherightway.com/pages/The-Basics.html
Reference NO 7
http://www.w3schools.com/js/js_switch.asp
Reference NO 8
http://www.muscleandstrength.com/articles/switch-up-your-bodybuilding-routine.html
References
Reference NO 1
http://www.cs.utsa.edu/~wagner/CS2213/swap/swap.html
Reference NO 2
http://alloutput.com/guitar/5-way-switches-explained/
Reference NO 3
http://oreilly.com/catalog/spt2/chapter/ch04.html
Reference NO 4
http://www.image-line.com/support/FLHelp/html/envsettings_audio.htm
Reference NO 5
http://www.ladyada.net/learn/arduino/lesson5.html
Reference NO 6
http://www.phptherightway.com/pages/The-Basics.html
Reference NO 7
http://www.w3schools.com/js/js_switch.asp
Reference NO 8
http://www.muscleandstrength.com/articles/switch-up-your-bodybuilding-routine.html
Monday, 26 August 2013
Can not call web service methods from android project emulator
Can not call web service methods from android project emulator
References
Reference NO 1
http://stackoverflow.com/questions/13658939/can-not-call-web-service-methods-from-android-project-emulator
Reference NO 2
http://www.ibm.com/developerworks/webservices/library/ws-android/
Reference NO 3
http://www.c-sharpcorner.com/uploadfile/88b6e5/how-to-call-web-service-in-android-using-soap/
Reference NO 4
http://codeoncloud.blogspot.com/2012/04/android-403-webservice-access-tutorial.html
Reference NO 5
http://naveenbalani.com/index.php/2011/01/invoke-webservices-from-android/
Reference NO 6
http://java.dzone.com/articles/invoke-webservices-android
Reference NO 7
http://www.codeproject.com/Articles/112381/Step-by-Step-Method-to-Access-Webservice-from-Andr
Reference NO 8
http://javatutorialspoint.blogspot.com/2012/02/android-web-service-access-using-ksoap2.html
References
Reference NO 1
http://stackoverflow.com/questions/13658939/can-not-call-web-service-methods-from-android-project-emulator
Reference NO 2
http://www.ibm.com/developerworks/webservices/library/ws-android/
Reference NO 3
http://www.c-sharpcorner.com/uploadfile/88b6e5/how-to-call-web-service-in-android-using-soap/
Reference NO 4
http://codeoncloud.blogspot.com/2012/04/android-403-webservice-access-tutorial.html
Reference NO 5
http://naveenbalani.com/index.php/2011/01/invoke-webservices-from-android/
Reference NO 6
http://java.dzone.com/articles/invoke-webservices-android
Reference NO 7
http://www.codeproject.com/Articles/112381/Step-by-Step-Method-to-Access-Webservice-from-Andr
Reference NO 8
http://javatutorialspoint.blogspot.com/2012/02/android-web-service-access-using-ksoap2.html
How i apply transaction in btnClick event [closed]
How i apply transaction in btnClick event [closed] References Reference NO 1 http://msdn.microsoft.com/en-us/library/ms233770.aspx Reference NO 2 http://stackoverflow.com/questions/13659252/how-i-apply-transaction-in-btnclick-event Reference NO 3 http://docs.oracle.com/cd/E17984_01/doc.898/e14706/transaction_processing.htm Reference NO 4 https://newrelic.com/docs/applications-dashboards/web-transactions Reference NO 5 http://the-jquerymobile-tutorial.org/jquery-mobile-tutorial-CH22.php Reference NO 6 http://www.crowdrise.com/about/faq Reference NO 7 http://www.ibm.com/developerworks/rational/library/rational-integration-tester-websphere-mq/ Reference NO 8 http://www.devrace.com/en/fibplus/articles/3286.php
How to fix the css red notification bubble
How to fix the css red notification bubble References I have a Html Like follows which I created using twitter bootstrap. I am trying to create a red notification bubble on the eye icon but its not looking so good. My css for notification bubble. .noti_Container { position: relative; /* This is just to show you where the container ends */ width: 16px; height: 16px; cursor: pointer; } .noti_bubble { position: absolute; top: 2px; right: 10px; background-color: red; color: white; font-weight: bold; font-size: 14px; border-radius: 2px; } What i wanted is like hide the small arrow created by bootstrap with the red bubble and when the number increase in the bubble the bubble size must increase right side. Currently its increasing on left side so if the number inside the bubble is 100 for example so the whole eye icon becomes hidden with the bubble.
<@= friendRequestCollection.size() @>
- <@ friendRequestCollection.each(function(user) { @>
- \"><@= user.get(\'firstName\') @> <@ }); @>
the_author_meta not resetting
the_author_meta not resetting References I\'m looping through posts normally. I want to display the author ... simple gives me \"Patrick Daly\". Nah, I just want the first name, so I use and now I get .... \"John\"??? So the actual author of the post is \"Patrick Daly\" -- whose user account has all the correct information in it (nothing about John). The loop seems to not be clearing \"John\'s\" meta and continues to reuse it. It does it\'s job when using the_author(); though. Anything I need to be doing to clear the_author_meta();? Here\'s what each function outputs on a single post (where the values in the database don\'t have John Doe): the_author_meta( \'ID\' ); : 1 the_author_meta( \'first_name\' ); : John the_author_meta( \'last_name\' ); : Doe the_author_meta( \'display_name\' ); : Patrick Daly the_author(); : Patrick Daly This is a really if( have_posts() ) query, but I\'ve tried wp_reset_postdata() and of course it didn\'t work.
What benefits are there to university alumni mentoring undergraduate students? â academia.stackexchange.com
What benefits are there to university alumni mentoring undergraduate students? â" academia.stackexchange.com References My faculty is starting a mentorship initiative where they match undergrad students with alumni from the same program. I was contacted by one of my old professors, and asked whether or not I could be a â¦
Sunday, 25 August 2013
What\'s the artificial grass cost or prices now a days?
What\'s the artificial grass cost or prices now a days? References I hear that artificial grass is better than the natural grass. What\'s your opinion? I was curios to know what is the artificial grass cost or better if I say what are the artificial grass prices now a days. Because I am thinking to buy the artificial grass for my lawn. Anybody have an idea about it, please answer below.
getting checkBox element count
getting checkBox element count References Working with apis, I am uncertain of the number of checkBoxes that will appear in the application. How can get the count of the number of checkBoxes produced in the application ? Also, these checkBoxes are declared inside a listView.
Let $p_1,\\dots, p_5$ be five points, no three of which are collinear.
Let $p_1,\\dots, p_5$ be five points, no three of which are collinear. References 1) Let $p_1, \\dots, p_5$ be five points, no three of which are collinear. How many lines contain two of these five points? 2) If no four of the five points are coplanar, how many planes contain three of the five points?
[ Investing ] Open Question : Is it an investment trust company global trade international?The website for this company is www.gtico.co?
[ Investing ] Open Question : Is it an investment trust company global trade international?The website for this company is www.gtico.co? References
Write a class with some properties and indexed
Write a class with some properties and indexed References Is there a better way to write it? I need the best way to write it. It is this principle? Please show me a better way it breaks SRP? public class PlacementLocation { public int Row { get; set; } public int Column { get; set; } public int Location { get; set; } } public class PlacementLocations : PlacementLocation { private void SetLocationInList() { _placementLocations = new List { new PlacementLocation {Column = 1, Row = 9, Location = 1}, new PlacementLocation {Column = 2, Row = 9, Location = 2}, new PlacementLocation {Column = 3, Row = 9, Location = 3}, new PlacementLocation {Column = 4, Row = 9, Location = 4}, new PlacementLocation {Column = 5, Row = 9, Location = 5}, }; } private List _placementLocations; public PlacementLocations() { _placementLocations = new List(); SetLocationInList(); } public Tuple this[int location] { get { return new Tuple(_placementLocations[location].Row, _placementLocations[location].Column); } } public int this[int row, int column] { get { PlacementLocation singleOrDefault = _placementLocations.SingleOrDefault(d => d.Column == column && d.Row == row); return singleOrDefault != null ? singleOrDefault.Location : 0; } } } Update : public class PlacementLocations { #region Variables private readonly List _placementLocations;
Saturday, 24 August 2013
Jquery Click event does not fire on 2nd time in UpdatePanel
Jquery Click event does not fire on 2nd time in UpdatePanel References My theme is to display a div showing message \"Saved Successfully..\" and hide automatically after 2 seconds. I have done almost all the things and all works fine, but only for the first click. On the 2nd click, it only shows DIV message enter code here \"Saved Successfully..\" but does not execute the query as it should. I searched a lot on internet but found nothing use full. My code is :
Link to specific point in time on SoundCloud
Link to specific point in time on SoundCloud References I would like to share a link to a sound file on SoundCloud that automatically starts playing at a certain point in time. Is this feature available on SoundCloud, and if so, how does the respective URLs look like? This is basically the same feature as Linking directly to a specific point in time of a YouTube video, only for audio instead of video.
Friday, 23 August 2013
Code have error [on hold]
Code have error [on hold] References I got error the below code, please let me know what I did wrong. Thank you. Kelly #include #include #include using namespace std; void buildVectorS(vector &vect, int numItems){ cout << \"Enter names : \" << endl; for(int i = 0; i <=numItems; i++) cin >> vect[i]; for(int i = 0; i <= numItems; i++) vect.push_back(vect[i]); } void displayVectorS(vector vect){ for(int i = 0; i names; buildVectorS(numbers,10); displayVectorS(numbers); cout << endl; sort(numbers.begin(), numbers.end()); displayVectorS(numbers); cout << endl; system(\"PAUSE\"); return 0; }
How can I change a mask\'s color?
How can I change a mask\'s color? References I\'ve got masks and colors, but can\'t find how to change a mask color. When I preview it, it appears white... Is it a bug of the preview mode, or am I missing something ?
Getting text boxes to move with text
Getting text boxes to move with text References I have added a number of text boxes to an iWork Pages document. When I want to paste in additional text -- i.e. a methodology section at the beginning -- the text boxes do not move with the text, rather stay on the same page where they were inserted. How can I get them to move with the text?
Usage of the word \"envy\"
Usage of the word \"envy\" References If Joe envied something, would it be proper to call that something \"Joe\'s Envy\"? Considering the usage in a team name but I am not sure if it makes sense.
Installing Ubuntu server 12.04 on VMware Workstation 8 in an Ubuntu 12.04 desktop
Installing Ubuntu server 12.04 on VMware Workstation 8 in an Ubuntu 12.04 desktop References I\'ve got an Ubuntu desktop 64bit with a VMware workstation 8 installed on it and now I\'m trying to install an Ubuntu server 12.04.2 64bit as a VM but it prompts error and stops. Here\'s the error: Unable to install the selected kernel An error was returned while trying to install the kernel into the target system. Kernel package: \'linux-generic-lts-quantal\'. Check /var/log/syslog or see virtual console 4 for details. Afterwards it goes to Ubuntu installer main menu and I used the shell access ash to read the /var/log/syslog to look for the error. Here\'s what I found (even though I have no idea what I\'m looking for!): in-target: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? And a couple of lines later: base-installer: error: exiting on error base-installer/kernel/failed-install Can someone tell me what\'s going on? I\'ve just downloaded the ISO file for Ubuntu server using Torrent and I will download it once again from their website later even though I don\'t think the file is damaged as it gets opened with Archive Manager successfully!
Adding custom header in android webview [on hold]
Adding custom header in android webview [on hold] References We need to add custom headers to EVERY request coming from the WebView. We know loadURL has the parameter for adding extra Headers, but those are only applied to only some of the requests. All (resource related) requests do not contain the headers. We have looked at all overrides in WebViewClient, but nothing allows for adding headers to resource requests - onLoadResource(WebView view, String url) and shouldInterceptRequest(Webview,url). Any help would be wonderful.
Dell Unified Linux Driver installer
Dell Unified Linux Driver installer References I\'m trying to set up a dell B1160w printer and am having trouble. I\'m using the A00 Unified Linux driver which I can get running but then is says SANE - scanner api is needed. I have SANE 1.0.23 installed. When I do \"instal anyway\" if seems like the printer is installed but it does nothing when I try to print anything (meaning it goes to the print queue, looks like it\'s about the print the just goes to idle and nothing happens) Anyone had this problem or have any ides on how to fix it?
Thursday, 22 August 2013
Responsive web design by using css or javascript?
Responsive web design by using css or javascript? References I am going to make a website that is using responsive design. I read some information about css media query. What I wanna do is that the layout of my webpage should looks difference by using different devices (like PC, tablets or smartphones). If I use media query to determine the device by using the width of the screen (in pixel), I always worry about if there will be a new device using a extremely high ppi screen. That device may threat as tablet or something like PC? Another solution that is using the user agent to determine the device category by using userAgent. There\'s also a problem is that if the device not interpret the javascript fine then the page maybe broken. Any great solution that can solve my worries above? Or Which solution is better? Or I misunderstand the method of using media query? Thank you.
How to check if js code is running on node server or on the client
How to check if js code is running on node server or on the client References
search results
- I want to determine whether my js code is running on the node server or on the client, and store it into a variable isServer = true if it is running on the server.stackoverflow.com/questions/13644303/âhow-to-check-if-js... - Cached
- I was trying to run a simple client side javascript code in my Node JS server. ... How to check if js code is running on node server or on the client-2.stackoverflow.com/questions/17606114/âhow-do-i-write-a... - Cached
- Node.js is all the buzz at the ... response.close(); }).listen(8080); sys.puts(\"Server running at http ... You will see how this works better after seeing the client ...< /DIV>net.tutsplus.com/tutorials/javascript-âajax/learning... - CachedWhy canât we utilize the event based functionality of JavaScript in the client to a serve r? ... A Server? Node.js works on ... Server Running on 8080\"); Code ...www.hongkiat.com/blog/node-js-server-âside-javascript - CachedItâs hard to miss the grow ing excitement around Node.js, a server-side ... to build a Node.js app running on ... resource files and the client js code.allthatjs.com/category/node-js - CachedInstall Node.js and npm. You can check to see if either is ... looking to be the Django or Rails of Node.js. Client code. Good old ... Running server-dot-js: ...www.openshift.com/blogs/get-chatty-with-ânodejs... - CachedWe will need this value in our server-side node.js code: ... using node.js and Twilio Client. JavaScript code running in the browser ... check him out on the ...www.twilio.com/blog/2013/04/âintroduction-to-twilio... - C achedSockJS-client needs Node.js for running a test server and JavaScript minification. If you want to work on SockJS-client source code, check out the git repo and follow ...github.com/sockjs/sockjs-client - CachedSockJS-client needs Node.js for running a test server and JavaScript minification. If you want to work on SockJS-client source code, check out the git repo and follow ...www.verious.com/code/substack/sockjs-âclient - Cached
Can I extract an object going over WCF before it goes so that I can manipulate it first
Can I extract an object going over WCF before it goes so that I can manipulate it first References
search results
- Can I extract an object going over WCF before it goes so that I can manipulate it first. up vote 0 down vote favorite. So I am sending entities over WCF.stackoverflow.com/questions/13644656/âcan-i-extract-an... - Cached
- Can I extract an object going over WCF before it goes so that I can manipulate it first. So I am sending entities over WCF.www.verious.com/tag/poco - Cached
- Have a ForEach loop that loops over the records in the ... each extract and you have to create new object type ... and how can i go about doing so.go4answers.webhost4life.com/Example/âextracting-tables... - Cached
- Now tell if i want to expose my WCF api in a rest full way over http how can i do ... first of all thanks for ur reply. So wcf web ... with WCF. OK, so here goes ...forums.asp.net/ t/1772347.aspx/1/10 - Cached
- Finally we create BehaviorExtensionElement so we can use a WCF Custom ... first and then switches over to a ... out going messages. Can you please ...www.richardhallgren.com/writing-biztalk-âcontext... - Cached
- ... to send datatable over tcp channel using WCF What is the ... going to be online all the time so hence ... goes up quite a bit and I can\'t ...www.windows-tech.info/11/â35c4e6e1161dbb21.php - Cached
- ... but let\'s skip over those details). I\'ve written before about how ... I modified that method so it first ... thereâs no way a developer can manipulate ...www.fascinatedwithsoftware.com/blog/âcategory/feed/WCF.aspx
- We hope to have an advantage by doing so over creating ... Why did I choose WCF services in the first ... (that represents the persistent object) you can go and ...www.telerik.com/comm unity/forums/orm/âgeneral-discussions/... - Cached
- ... this will ensure interoperability and will give you much more control over what goes on ... if going WCF-to ... XAML so that we can analyze better ...www.windows-tech.info/11/â7cfe30b1228c2e69.php - Cached
- This defeats the entire purpose of WCF. So, ... could go over HTTP (via the ... any information we want by accessing the indexer of the object. Before we can access ...www.netfxharmonics.com/2008/11/âUnderstanding-WCF... - Cached
Subscribe to:
Comments (Atom)